GGGGLLLL____TTTTRRRRIIIIAAAANNNNGGGGLLLLEEEE____FFFFAAAANNNN, GGGGLLLL____QQQQUUUUAAAADDDDSSSS, GGGGLLLL____QQQQUUUUAAAADDDD____SSSSTTTTRRRRIIIIPPPP, and GGGGLLLL____PPPPOOOOLLLLYYYYGGGGOOOONNNN.
n, vertices n + 1, n, and n + 2 define triangle n.
N-2 triangles are drawn.
GGGGLLLL____TTTTRRRRIIIIAAAANNNNGGGGLLLLEEEE____FFFFAAAANNNN Draws a connected group of triangles. One
triangle is defined for each vertex presented
after the first two vertices. Vertices 1, n + 1,
and n + 2 define triangle n. N-2 triangles are
drawn.
GGGGLLLL____QQQQUUUUAAAADDDDSSSS Treats each group of four vertices as an
independent quadrilateral. Vertices 4n-3, 4n-2,
4n-1, and 4n define quadrilateral n. N/4
quadrilaterals are drawn.
GGGGLLLL____QQQQUUUUAAAADDDD____SSSSTTTTRRRRIIIIPPPP Draws a connected group of quadrilaterals. One
quadrilateral is defined for each pair of vertices
presented after the first pair. Vertices 2n-1,
2n, 2n + 2, and 2n + 1 define quadrilateral n.
N/2-1 quadrilaterals are drawn. Note that the
order in which vertices are used to construct a
quadrilateral from strip data is different from
that used with independent data.
GGGGLLLL____PPPPOOOOLLLLYYYYGGGGOOOONNNN Draws a single, convex polygon. Vertices 1
through N define this polygon.
Only a subset of GL commands can be used between ffffggggllllBBBBeeeeggggiiiinnnn and ffffggggllllEEEEnnnndddd.
The commands are ffffggggllllVVVVeeeerrrrtttteeeexxxx, ffffggggllllCCCCoooolllloooorrrr, ffffggggllllIIIInnnnddddeeeexxxx, ffffggggllllNNNNoooorrrrmmmmaaaallll, ffffggggllllTTTTeeeexxxxCCCCoooooooorrrrdddd,
ffffggggllllEEEEvvvvaaaallllCCCCoooooooorrrrdddd, ffffggggllllEEEEvvvvaaaallllPPPPooooiiiinnnntttt, ffffggggllllAAAArrrrrrrraaaayyyyEEEElllleeeemmmmeeeennnntttt, ffffggggllllMMMMaaaatttteeeerrrriiiiaaaallll, and
ffffggggllllEEEEddddggggeeeeFFFFllllaaaagggg. Also, it is acceptable to use ffffggggllllCCCCaaaallllllllLLLLiiiisssstttt or ffffggggllllCCCCaaaallllllllLLLLiiiissssttttssss
to execute display lists that include only the preceding commands. If
any other GL command is executed between ffffggggllllBBBBeeeeggggiiiinnnn and ffffggggllllEEEEnnnndddd, the error
flag is set and the command is ignored.
Regardless of the value chosen for _m_o_d_e, there is no limit to the number
of vertices that can be defined between ffffggggllllBBBBeeeeggggiiiinnnn and ffffggggllllEEEEnnnndddd. Lines,
triangles, quadrilaterals, and polygons that are incompletely specified
are not drawn. Incomplete specification results when either too few
vertices are provided to specify even a single primitive or when an
incorrect multiple of vertices is specified. The incomplete primitive is
ignored; the rest are drawn.
The minimum specification of vertices for each primitive is as follows:
1 for a point, 2 for a line, 3 for a triangle, 4 for a quadrilateral, and
3 for a polygon. Modes that require a certain multiple of vertices are
GGGGLLLL____LLLLIIIINNNNEEEESSSS (2), GGGGLLLL____TTTTRRRRIIIIAAAANNNNGGGGLLLLEEEESSSS (3), GGGGLLLL____QQQQUUUUAAAADDDDSSSS (4), and GGGGLLLL____QQQQUUUUAAAADDDD____SSSSTTTTRRRRIIIIPPPP (2).
EEEERRRRRRRROOOORRRRSSSS
GGGGLLLL____IIIINNNNVVVVAAAALLLLIIIIDDDD____EEEENNNNUUUUMMMM is generated if _m_o_d_e is set to an unaccepted value.
GGGGLLLL____IIIINNNNVVVVAAAALLLLIIIIDDDD____OOOOPPPPEEEERRRRAAAATTTTIIIIOOOONNNN is generated if ffffggggllllBBBBeeeeggggiiiinnnn is executed between a
ffffggggllllBBBBeeeeggggiiiinnnn and the corresponding execution of ffffggggllllEEEEnnnndddd.
GGGGLLLL____IIIINNNNVVVVAAAALLLLIIIIDDDD____OOOOPPPPEEEERRRRAAAATTTTIIIIOOOONNNN is generated if ffffggggllllEEEEnnnndddd is executed without being
preceded by a ffffggggllllBBBBeeeeggggiiiinnnn.
GGGGLLLL____IIIINNNNVVVVAAAALLLLIIIIDDDD____OOOOPPPPEEEERRRRAAAATTTTIIIIOOOONNNN is generated if a command other than ffffggggllllVVVVeeeerrrrtttteeeexxxx,
ffffggggllllAAAArrrrrrrraaaayyyyEEEElllleeeemmmmeeeennnntttt, ffffggggllllMMMMaaaatttteeeerrrriiiiaaaallll, ffffggggllllEEEEddddggggeeeeFFFFllllaaaagggg, ffffggggllllCCCCaaaallllllllLLLLiiiisssstttt, or ffffggggllllCCCCaaaallllllllLLLLiiiissssttttssss
is executed between the execution of ffffggggllllBBBBeeeeggggiiiinnnn and the corresponding
execution ffffggggllllEEEEnnnndddd.
Execution of ffffggggllllEEEEnnnnaaaabbbblllleeeeCCCClllliiiieeeennnnttttSSSSttttaaaatttteeee, ffffggggllllDDDDiiiissssaaaabbbblllleeeeCCCClllliiiieeeennnnttttSSSSttttaaaatttteeee,
ffffggggllllNNNNoooorrrrmmmmaaaallllPPPPooooiiiinnnntttteeeerrrr, ffffggggllllVVVVeeeerrrrtttteeeexxxxPPPPooooiiiinnnntttteeeerrrr, ffffggggllllIIIInnnntttteeeerrrrlllleeeeaaaavvvveeeeddddAAAArrrrrrrraaaayyyyssss, or
ffffggggllllPPPPiiiixxxxeeeellllSSSSttttoooorrrreeee is not allowed after a call to ffffggggllllBBBBeeeeggggiiiinnnn and before the
corresponding call to ffffggggllllEEEEnnnndddd, but an error may or may not be generated.